ParticipantState

enum ParticipantState : Enum<ParticipantState>

A class that provides information about the state of a participant.

Since

1.6.0

Entries

EXITED
Link copied to clipboard
@SerializedName(value = "exited")
EXITED()

Indicates that a participant exited the room.

CONNECTED
Link copied to clipboard
@SerializedName(value = "connected")
CONNECTED()

Indicates that a participant is connected and streaming media.

ENTERED
Link copied to clipboard
@SerializedName(value = "entered")
ENTERED()

Indicates that a participant entered the room.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int